Lua/Shared/Transform2/Functions/Rotate
From JC2-MP Documentation
< Lua | Shared | Transform2
Returns | Transform2 |
---|---|
Prototype | Transform2:Rotate(number rotation) |
Description | Rotates the transform by the specified angle in radians. |
Additional Notes
- This operation does not yield a new transform object, the returned object and the subject are the same.